body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 1200px;
    padding: 15px;
    color: #333;
    box-sizing: border-box;
}

h1 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 20px;
    font-size: 1.5em;
}

.term-header {
    color: #34495e;
    margin: 20px 0 10px;
    font-size: 1.2em;
    padding-left: 5px;
}

.term-content {
    margin-left: 10px;
    margin-bottom: 15px;
    font-size: 0.95em;
}

.important-note {
    margin: 15px 0;
    padding: 10px;
    font-size: 0.95em;
}

.table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 15px 0;
}

table {
    border-collapse: collapse;
    width: 100%;
    min-width: 400px;
}

table, th, td {
    border: 1px solid #ddd;
}

th, td {
    padding: 8px 10px;
    text-align: left;
    font-size: 0.9em;
}

th {
    background-color: #f2f2f2;
}

@media (max-width: 480px) {
    body {
        padding: 10px;
        line-height: 1.5;
    }
    
    h1 {
        font-size: 1.3em;
        margin-bottom: 15px;
    }
    
    .term-header {
        font-size: 1.1em;
        margin: 15px 0 8px;
    }
}
